home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
Music
/
PLAY
/
HippoPlayer
/
Install
< prev
next >
Wrap
Text File
|
1995-11-24
|
713b
|
34 lines
(if (= @language "deutsch")
(
(SET Intro "Wilkommen zum Installer-Script für HippoPlayer")
(SET PLace "Wohin soll das HippoPlayer-Paket hinkopiert werden ?")
)
)
(if (= @language "english")
(
(SET Intro "Welcome to the installer-script for HippoPlayer")
(SET Place "Where do you want to place the HippoPlayer-package. A drawer, called HippoPlayer will ce created")
)
)
(MESSAGE Intro)
(SET PackDir
(ASKDIR
(PROMPT Place)
(HELP "")
(DEFAULT "sys:")
)
)
(SET XDest (tackon PackDir "HippoPlayer"))
(RUN (CAT "makdir \""XDest"\""))
(COPYFILES
(SOURCE ":Music/PLAY/HippoPlayer/")
(DEST XDest)
(ALL)
(INFOS)
)